@charset "utf-8";
/* CSS Document */
 
.logo { 
}
.tel {
	background:url(../image/tel.png) no-repeat left 30px;
	padding:25px 0 10px 60px;
	font-size:14px;
	line-height:26px;
	color:#000;
}
.tel span {
	display:block;
	font-size:30px;
	font-weight:bold;
	color:#89b103;
}
.navbar {
	background:url(../image/menubg.png) repeat-x 0 0;
	height:40px;
}
.navbar {
	position:relative;
}
.nav {
	width:1200px;
	margin:0 auto;
}
.nav li {
	float:left;
	position:relative;
transition:all .5s;
	height:40px;
}
.nav li a {
	display:block;
	line-height:40px;
	text-align:center;
	padding: 0 42px;
	color:#000;
	font-size:16px;
}
.nav li:hover {
	color:#fff;
	background:#2a95e5;
	border-radius: 3px 3px 0 0;
	font: 300 1.075em/42px "Microsoft YaHei", "微软雅黑";
-webkit-transition: all .25s ease 0s;
 -moz-transition: all .25s ease 0s;
 -ms-transition: all .25s ease 0s;
 -o-transition: all .25s ease 0s;
 transition: all .25s ease 0s
}
.nav li:hover a {
	color:#fff;
}
.nav li.on {
	color:#fff; 
	border-radius: 3px 3px 0 0;
	font: 300 1.075em/42px "Microsoft YaHei", "微软雅黑";
-webkit-transition: all .25s ease 0s;
 -moz-transition: all .25s ease 0s;
 -ms-transition: all .25s ease 0s;
 -o-transition: all .25s ease 0s;
 transition: all .25s ease 0s
}
.nav li.on a {
	color:#000;
}
/*=====下拉菜单====*/
.nav li ul {
	position:absolute;
	left:0;
	top:45px;
	width:148px;
	background-color:#012269;
	display:none;
	overflow:hidden;
}
.nav li ul li {
	width:100%;
	height:37px;
	background:none;
	top:0;
	padding:0;
	color:#fff; margin-top:1px;
}
.nav li ul li a {
	font-size:14px;
	color:#fff;
	line-height:37px;
	display:block;
	white-space: nowrap;
}
.nav li ul li a span {
	color:#fff;
}
.nav li ul li a:hover {
	background:#1184da;
	color:#fff;
}
.nav .on ul li a {
	background:none;
	color:#fff;
}
.nav .on ul li a:hover {
	background:#045f32;
	color:#fff;
}
.main {
	margin:20px 0 0 0;
}
.m1box {
	padding:0 0 30px 0;
}
.titbox {
	text-align:center;
}
.titbox h4 {
	font-size:20px;
	letter-spacing:3px;
}
.titbox p {
	font-size:34px;
	text-transform:uppercase;
	font-family:Arial;
	font-weight:bold;
	color:#000;
	line-height:36px;
}
.titbox .img {
	background:url(../image/titboxbgline.png) repeat-x center center;
	height:3px;
	margin:10px 0 0 0;
}
.titbox1 h4 {
	color:#fff;
}
.titbox1 p {
	color:#fff;
}
.titbox1 .img {
	background:url(../image/titboxbgline1.png) repeat-x center center;
}
.m1_con {
	padding:20px 0 0 0;
}
.m1_con .bd {
	overflow:hidden;
}
.m1_con .bd li {
	float:left;
	margin:0 10px;
}
.m1_con .bd li img {
	width:300px;
	height:425px;
	border:4px solid #ccc;
}
.imgbox {
	position:relative;
}
.imgtit {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:433px;
	background:rgba(137, 177, 3, .8);
}
.imgtit a {
	display:block;
	background:url(../image/titmore.png) no-repeat center 100px;
	height:433px;
	text-align:center;
	padding:230px 20px 0;
	color:#fff;
	font-size:16px;
}
.m1_con .hd {
	position:relative;
}
.m1_con .hd a {
	position:absolute;
	width:48px;
	height:82px;
	top:160px;
	cursor:pointer;
}
.m1_con .hd a.prev {
	background:url(../image/prev.png) no-repeat;
	left:-60px;
}
.m1_con .hd a.next {
	background:url(../image/next.png) no-repeat;
	right:-60px;
}
.m1_con .hd a.prev:hover {
	background:url(../image/prev_h.png) no-repeat;
}
.m1_con .hd a.next:hover {
	background:url(../image/next_h.png) no-repeat;
	right:-60px;
}
.m2box {
	background:#f2f2f2;
	padding:30px 0;
}
.m2_con {
	padding:40px 0;
	overflow:hidden;
}
.m2_con .con {
	width:600px;
	margin:30px 0 0 0;
}
.m2_con .con h4 {
	font-size:24px;
	color:#333;
	font-weight:bold;
}
.m2_con .con .more {
	margin:50px 0 0 0;
}
.m2_con .con .more a {
	padding:10px 20px;
	background:#333;
	color:#fff;
	font-size:14px;
}
.m2_con .con .more .a1 {
	margin:0 10px 0 0;
	background:#89b103;
}
.m3box {
	background:#89b103;
	padding:30px 0;
}
.m3_con {
	overflow:hidden;
	padding:30px 0;
}
.m3_con li {
	float:left;
	margin:0 17px;
}
.m3_con li img {
	width:257px;
	height:310px;
	border:4px solid #ccc;
}
.m3_more {
	width:196px;
	height:44px;
	text-align:center;
	margin:0 auto;
}
.m3_more a {
	display:block;
	margin:0 auto;
	border:1px solid #fff;
	line-height:44px;
	color:#fff;
	font-size:14px;
	border-radius:50px;
	background:url(../image/m3more.png) no-repeat 140px center;
	text-align:left;
	padding:0 0 0 40px;
}
.m4box {
	padding:30px 0 0 0;
}
.m4_con {
	overflow:hidden;
	padding:50px 0 30px 0;
}
.m4_con .con_r {
	width:570px;
}
.m4_con .con_r li {
	margin:0 0 30px 0;
}
.m4_con .con_r li .con {
	width:400px;
}
.m4_con .con_r li .con h4 a {
	display:block;
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.m4_con .con_r li .con p {
	font-size:14px;
}
.m4_con .con_r li .img img {
	width:154px;
	height:86px;
}
.m4_con .con_l {
	width:480px;
}
.m4_con .con_l img {
	width:480px;
	height:225px;
}
.m4_con .con_l h4 a {
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:40px;
}
.m4_con .con_l p {
	font-size:14px;
} 
.footer-nav {
	border-bottom:1px solid #3a3a3a;
	padding:0 0 10px 0;
	text-align:center;
}
.footer-nav a {
	font-size:14px;
	padding:0 10px;
}
.f_con {
	overflow:hidden;
	padding:30px 0 0 0;
}
.f_conl {
	width:152px;
}
.f_conl span {
	display:block;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:40px
}
.f_conr {
	width:500px;
	font-size:14px;
	padding:30px 0 0 0;
	font-family:宋体;
}
.left-menu {
	width:250px;
}
.menu-tit {
	overflow:hidden;
}
.menu-tit .tit {
	background-color:#89b103;
	color:#fff;
	font-size:18px;
	height:50px;
	line-height:50px;
	padding-left:20px;
}
.menu-tit .more {
	padding:14px 10px 0 0;
}
.menu-tit .more a {
	background:url(../image/product-more.gif) no-repeat center center;
	width:11px;
	height:22px;
	display:block;
}
.menu-con {
	background-color:#ebebeb;
	overflow:hidden;
	border:1px solid #ddd;
}
.menu-con dl dt {
	font-size:14px;
	border-bottom:1px solid #e8e8e8;
}
.menu-con dl dt a {
	display:block;
	height:50px;
	line-height:50px;
	background:url(../image/gray.gif) no-repeat 167px center #fff;
	padding:0 0 0 20px;
}
.menu-con dl dt a:hover {
	background-color:#f8f8f8;
	color:#666;
}
.top-keyword {
	position: relative;
	width: 100%;
	background:#89b103;
	line-height: 50px;
	height:50px;
	overflow:hidden;
} 
.text {
	float: left;
	width: 175px;
	height:30px;
	line-height:30px;
	outline:none;
	border:none;
	background:none;
	color:#fff;
	padding:0 0 0 5px;
}
.search-btn {
	float: left;
	width:37px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-left: 3px;
	height: 28px;
	display: inline;
	background:none;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	outline:none;
}
.tkbox .word {
	color:#000;
	font-weight:bold;
}
.tkbox .word a {
	color:#333;
	font-weight:100;
}
.product-con li {
	width:190px;
	float:left;
	padding:0 0 13px 13px;
}
.product-con li img {
	width:172px;
	height:172px;
}
.product-con li a {
	border:9px solid #fff;
	display:block;
}
.product-con li a span {
	background-color:#fff;
	height:40px;
	line-height:40px;
	display:block;
	text-align:center;
	font-family:"宋体";
	color:#000;
}
.product-con li a:hover {
	border:#89b103 9px solid;
}
.product-con li a:hover span {
	background-color:#89b103;
	color:#fff;
}
.s-main-box {
	overflow:hidden;
}
/*inner-search*/
.menu-con dl dd {
	border-bottom:1px dashed #e0e0e0;
}
.menu-con dl dd a {
	display:block;
	height:40px;
	line-height:40px;
	background:url(../image/menudd.png) no-repeat 20px 18px #f2f2f2;
	padding:0 0 0 30px;
	color:#999;
}
.inner-contact {
	padding:10px 0 0 0;
}
.inner-contact-con {
	background-color:#fff;
	padding:10px;
}
.inner-page { 
	font-size:14px;
}
/************
	可以复制
**************************/
.site-add {
	padding-right:10px;
	font-size:14px;
	color:#fff;
}
.site-add a {
	color:#fff;
}
.inner-news {
}
.inner-news li {
	width:100%;
	overflow:hidden;
	border-bottom:1px dashed #ccc;
	background:url(../image/nav-li-a.png) no-repeat 7px 17px;
	padding:5px 0;
}
.inner-news li a {
	font-size:14px;
}
.inner-image-date {
	padding-top:20px;
}
.inner-picture-date-con {
	font-size:12px;
	padding:0 10px;
}
.ind-tit {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
}
.ind-time {
	text-align:center;
	border-bottom:1px dashed #ccc;
	padding-bottom:5px;
}
.ind-con {
	padding-top:10px;
}
.img-deta {
	text-align:center;
}
.img-deta img {
	max-width:700px;
}
.img-tit-deta {
	text-align:center;
	padding:10px 0;
	font-weight:bold;
}
/*============== inner-grestbook ==========*/

.grestbook_list {
	margin: 12px 0;
	line-height: 26px;
	background: #fff;
}
#pages {
	text-align: center;
	font: 12px '宋体';
}
.post_box {
	border: 1px solid #eee;
	background: #fff;
	padding-bottom:20px;
}
.post_box h5 {
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	height: 35px;
	background: #f5f5f5;
}
.table_form {
	margin: 10px;
	width: 95%;
}
.table_form tbody td {
	border-bottom: 1px solid #eee;
}
.table_form td {
	padding: 8px 0 5px 8px;
	line-height: 22px
}
.button {
	background: #ddd;
	height: 22px;
	border-top: 0;
	border-left: 0;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 3px 6px;
	margin-right: 5px;
}
#content {
	margin:0;
	line-height:22px;
}
/*====== inner-product-date ======*/
.inner-meta-img-big img {
	width:302px;
	height:302px;
	border: 1px solid #ccc;
}
.w12 {
	float:left;
}
#zoom_list {
	width: 302px;
	height: 60px;
	background: #EFEFEF;
}
#zoom_list .next {
	float: right;
	width: 14px;
	height: 54px;
	margin-top: 2px;
	text-align: center;
	overflow: hidden;
	background: #EFEFEF url(../images/next.gif) no-repeat -3px 18px;
}
#zoom_list .pre {
	float: left;
	width: 14px;
	height: 54px;
	margin-top: 2px;
	text-align: center;
	overflow: hidden;
	background: #EFEFEF url(../images/pre.gif) no-repeat -3px 18px;
}
#zoom_list #zoom_list_box {
	float: left;
	width: 232px;
	overflow: hidden;
	height: 56px;
	position: relative;
}
#thumblist li {
	float: left;
	width: 58px;
	overflow: hidden;
	text-align: center;
	margin: 2px 0;
	padding:10px 0 0px 12px;
}
#thumblist li span {
	height: 52px;
	width: 220px;
	line-height: 30px;
}
#thumblist li span a {
	width: 50px;
	height: 50px;
	font-size: 42px;
	border: 1px solid #FFF;
}
#thumblist li span img {
	max-height: 50px;
	max-width: 50px;
}
.w14 {
	padding:20px 0 0 30px;
	float:left;
	width:400px;
}
.share-2 h1{ font-size:20px; line-height:28px;}
.p_tabs li {
	padding:10px 0 0 0;
	float:inherit;
	width:330px;
}
.bdsharebuttonbox-1 {
	padding:15px 0 0 0;
}
.linkproduct-con {
	padding:20px 0 0 0;
}
.linkproduct-con-img {
	padding-top:20px;
}
.info_previous_next_wrap {
	margin:20px 0 20px 0;
}
.pagenav {
	overflow:hidden;
	width:790px;
}
.big_small {
	width:302px;
	height:302px;
}
.mate-title {
	height: 32px;
	line-height:32px;
	font-size: 14px;
	background-color: #efefef;
}
.mate-title b {
	padding-left:10px;
}
.pro_tit{ display:block; overflow:hidden;}
.linkproduct {
	padding-top:20px; display:block; overflow:hidden;
}
.linkproduct img {
	max-width:700px;
}
.mate-product {
	padding: 30px 0 10px 0;
	display: block;
	overflow: hidden;
}
.mate-product li {
	float:left; 
	padding: 0px 6px 10px 6px;
}
.mate-product li img {
	width:170px;
	height:130px;
}
.mate-product li span a {
	display:block;
	text-align:center;
}
/*===== kefu ====*/
.kefu {
	width:99px;
	height:60px;
	position:absolute;
	top:0px;
	z-index:999
}
.kefu .kftop {
	background:url(../images/kefu_top.gif) no-repeat;
	height:20px;
}
.kefu .kfbottom {
	background:url(../images/kefu_bottom.gif) no-repeat;
	height:14px;
}
.kefu .kfbox {
	border-left:1px solid #DDE6EC;
	border-right:1px solid #DDE6EC;
	overflow:hidden;
	zoom:1;
	padding:1px;
	background:#FFF;
	color:#f00;
	line-height:26px;
}
.kefu .kfbox ul {
	padding-left:6px;
}
.kefu .kfbox ul li.tit {
	color:#800000;
}
.kefu .kfbox ul li img {
	vertical-align:middle;
}
.kefu .kfbox .tit {
	padding-left:0;
	font-size:12px;
}
/*======= flip =====*/
.flip {
	overflow:hidden;
	font-family:"微软雅黑";
	padding:10px 0;
	font-size:14px;
}
.flip_left {
	float:left;
}
.flip_right {
	float:right;
}
/*====== 上一页-下一页 =====*/
.page {
	text-align:center;
	line-height: 40px;
	clear:both;
	margin-bottom:40px;
}
.page a {
	font-size:14px;
	margin:5px;
	padding:5px 10px;
	background-color:#999;
	color:#Fff;
}
.page a:hover {
	background-color:#4d4d4d;
}
/*=========
	图片详细
=========*/
.picture-date-txt {
	font-size:14px;
	text-align: center;
	display:block;
	padding-top:10px;
}
.inner-picture-date-con {
	font-family:"微软雅黑";
	font-size:14px;
	padding-top:10px;
}
.picture-date {
	text-align:center;
}
.picture-date img {
	width:700px;
	height:500px;
}
/*文章分享*/
.bshare-custom {
	padding-top:10px;
}
.site-map {
	color:#fff;
}
.site-map a:link,.site-map a:visited,.site-map a:hover {
	color:#fff;
}
 
.aboutcont a:link{ color:#000;}
.fenye a:link{ color:#000;}
.m60 {
	margin-top:60px;
}
.rowFluid1 {
	margin-top:63px;
	display:block;
	overflow:hidden;
}
.rowFluid1_box {
	border-bottom: 1px solid #dddddd;
	text-align:center;
}
.span4content {
	width:770px;
}
.mod-a:hover {
	background-color: #2e7d06;
	undefined: undefined;
	color: #ffffff;
}
.mod-a {
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #2e7d06;
	undefined: undefined;
	border-right: 1px solid #2e7d06;
	border-bottom: 1px solid #2e7d06;
	border-left: 1px solid #2e7d06;
	border-top: 1px solid #2e7d06;
	font-size: 12px;
	float:right;
	width:80px;
	text-align:center;
}
.rowFluid1_t1 {
	text-align:center;
	color:#333;
	font-size:28px;
}
.rowFluid1_t2 {
	font-size: 20px;
	text-align: center;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 3px solid #2e7d06;
	padding-bottom: 10px;
	margin-bottom: -2px;
}
.rowFluid1_t2_a {
	font-size: 20px;
	text-align: center;
}
.rowFluid2, .rowFluid3, .rowFluid4 {
	margin-top:63px;
	display:block;
	overflow:hidden;
}
.second_tu {
	width:1200px;
	margin:auto;
	position:relative;
	overflow:hidden;
}
.sorllMenu {
	width:1200px;
	margin:auto;
	overflow:hidden;
	position:relative;
}
.sorllMenu li {
	overflow:hidden;
	float:left;
	width:245px;
	position:relative;
	padding-top:10px;
	text-align:left;
}
.sorllMenu li a {
	display:block;
	cursor:pointer;
	overflow:hidden;
}
.sorll_li {
	overflow:hidden;
	width:210px;
	background:#eeeeee;
	padding:5px;
	text-align:center;
	-webkit-transition: all 0.5s ease-in-out;
}
.sorll_li p {
	height:50px;
	line-height:50px;
	vertical-align:middle;
	font-size:16px;
	color:#25313a;
}
.sorllMenu li:hover .sorll_li {
	background:#dddddd;
}
.sorllMenu li:hover .sorll_li p {
	color:#25313a
}
.rowFluid3_but {
	text-align:center;
	display:inline-block;
	padding-left:500px;
	margin-top:40px;
}
.mod-b:hover {
	background-color: #2e7d06;
	undefined: undefined;
	color: #ffffff;
}
.mod-b {
	display: block;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 6px;
	padding-left: 40px;
	font-size: 16px;
	border-right: 1px solid #2e7d06;
	border-bottom: 1px solid #2e7d06;
	border-left: 1px solid #2e7d06;
	border-top: 1px solid #2e7d06;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	color: #2e7d06;
	undefined: undefined;
}
.case ul li {
	float:left;
	width:285px;
	border:1px solid #ddd;
	margin:0 8px 0 5px;
}
.case ul li img {
	width:285px;
	height:100%;
}
.case ul li p {
	text-align:center;
	height:40px;
	line-height:40px;
}
.mod-item {
	margin-left: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	padding-right: 10px;
}
.mod-pic {
	display: block;
	float: left;
	margin-right: 16px;
	width: 40%;
}
.mod-pic img {
	max-width: 100%;
}
.mod-title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333333;
	undefined: undefined;
}
.mod-digest {
	margin-top: 5px;
	color: #777777;
	undefined: undefined;
	margin-bottom: 10px;
}
.mod-read {
	display: inline-block;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #2e7d06;
	margin-top: 5px;
	undefined: undefined;
	border-right: 1px solid #2e7d06;
	border-bottom: 1px solid #2e7d06;
	border-left: 1px solid #2e7d06;
	border-top: 1px solid #2e7d06;
}
.mod-read:hover {
	background-color: #2e7d06;
	undefined: undefined;
	color: #ffffff;
}
.inmain {
	display:block;
	overflow:hidden;
	margin-bottom:60px;
}
.menu {
	float:left;
	width:270px;
	margin-top: 78px;
}
.mod-wrL {
	display: block;
	background-color: #2E7D06;
	font-size: 26px;
	color: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
	undefined: undefined;
	text-align: center;
	margin-top:-20px;
	position:absolute;
	z-index:999;
	width:270px;
}
.menu li {
}
.menu .one{ font-size:18px; font-weight:bold;}
.menu li a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	background-color: #2e3338;
	color: #888888;
	undefined: undefined;
	text-align: center;
}
.menu li a:hover {
	background-color: #222222;
	undefined: undefined;
	color: #ffffff;
	background-image: url(../image/201609201474352269790369.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.lx {
	background-color:#2e3338;
	color:#999;
	padding:20px;
}
.navbar_main {
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
	margin-top:60px;
	width:860px;
}
.Tager {
	display:block;
	overflow:hidden;
	height:40px;
	border-bottom: 2px solid #2e7d06;
}
.maintitle {
	font-size:20px;
	color:#666;
}
.product {
	margin-top:20px;
	line-height:24px;
	min-height:50px; width:860px;
}
.col-lg-4 .mod-item {
	margin-left: 20px;
	padding-bottom: 15px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	margin-bottom: 20px;
	padding-right:0;
}
.mod-itemanli{ margin-bottom:20px;}
.col-lg-4 .pic {
	width:270px;
}
.col-lg-4 .pic img {
	width:270px;
}
.col-lg-4 .mod-item:hover {
	margin-left: 20px;
padding-bottom: 15px;
border-right: 1px solid #2E7D06;
border-bottom: 1px solid #2E7D06;
border-left: 1px solid #2E7D06;
border-top: 1px solid #2E7D06;
margin-bottom: 20px;
padding-right: 0;
}
.col-lg-4 .Tit{ text-align:center;}
.anli h3{ text-align:center; margin-bottom:20px;}
.mod-pic1 {
    display: block;
    float: left;
    margin-right: 16px;
    width: 20%;
}
.mod-pic1 img {
	max-width: 100%;
}
.guestbook_list{ margin-top:20px;}
.pro_tit .pro_tit_01 a:link,.pro_tit .pro_tit_01 a:visited{ color:#fff; font-size:18px;}
.pro_tit .pro_tit_01 a:hover{ color:#fff;}